PXC Documentation

PXC Home

Array Add

1.18.0

Add elements into an array.



Node Data

Values

Display name

Array Add

Internal name

Node_Array_Add

Inheritances

node
node_array_add

Inputs

node_array_add

any

Array

bool

Spread Array

Dynamic Inputs

any

Value

Outputs

node_array_add

integer

Output

Append value to an array.



Properties


Array


The original array.


Value


Value(s) to append. This can be a single value or an array of values.


Spread Array


If the value is an array, whether to append each values as individual elements or add the entire array as a nested array.